/* ======= Header ======= */
.header {
  font-family: 'Lato', arial, sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding: 10px 0px 15px 0px;
  background: #fff;
  z-index: 888;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.header.navbar-fixed-top {
  border: none;
}
.header .logo {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}
.header .logo a {
  float: left;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header .logo a:hover {
  color: #0e83cd;
}
.header .logo a img {
  padding-right: 10px;
  min-height: 60px;
  margin-top: 7px;
}
.header .logo .logo-title {
  color: #0b649d;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1.3;
  margin: 0px;
  font-family: 'Lato', arial, serif;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #00386F;
  font-variant: small-caps;
  font-style: italic;
}
.header .logo .logo-subtitle {
  color: #0b649d;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  vertical-align: middle;
  margin: 0px;
  font-family: 'Lato', arial, serif;
  font-size: 20px;
  font-weight: normal;
  padding-top: 0px;
  padding-left: 17px;
}

.header .main-nav {
  margin: 15px 0px 0px 0px;
}

.header .main-nav .navbar-toggle {
  background: #0b649d;
  color: #fff !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav .navbar-toggle:focus {
  outline: none;
}
.header .main-nav .navbar-toggle:hover {
  background: #0e83cd;
}
.header .main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 10px;
}
.header .main-nav .nav .nav-item .btn-link {
  background: none;
  color: #666666 !important;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Lato', arial, sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  border: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .main-nav .nav .nav-item .btn-link:focus {
  outline: none;
}
.header .main-nav .nav .nav-item .btn-link:hover {
  color: #0e83cd !important;
}
.header .main-nav .nav .nav-item.active a {
  color: #0b649d;
  background: none;
  font-weight: bold;
}
.header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 6px 12px;
  color: #fff;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  margin-top: 2px;
  background: #0e83cd;
}
.header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary:hover {
  background: #0b649d;
  border: 2px solid #0b649d;
  color: #fff;
}
.header .main-nav .nav .nav-item a {
  color: #666666;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header .main-nav .nav .nav-item a:hover {
  color: #0e83cd;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #0e83cd;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
/* ======= Footer ======= */
.footer {
  font-family: 'Lato', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0e83cd;
  color: #fff;
  padding: 15px 0;
}
.footer h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .footer-col.about .more .fa {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.contact p {
  color: #063756;
}
.footer .footer-col.contact .fa {
  margin-right: 10px;
  color: #063756;
}
.footer .footer-col .title {
  color: #04273e;
  font-weight: normal;
  font-size: 18px;
}
.footer .footer-col p {
  color: #fff;
}
.footer .footer-col a {
  color: #063756;
}
.footer .footer-col a:hover {
  color: #01090e;
}
.footer .bottom-bar {
  background: #444444;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
}
.footer .bottom-bar .social {
  margin-bottom: 0;
  text-align: right;
}
.footer .bottom-bar .social li {
  margin-left: 10px;
  float: right;
  text-align: right;
}
.footer .bottom-bar .social li a .fa {
  color: #b3b3b3;
  font-size: 20px;
}
.footer .bottom-bar .social li a:hover .fa {
  color: #0e83cd;
}


.footer-content {
  font-size: 12px;
  padding-bottom: 10px;
}
.footer-content a {
  color: #fff;
}
.footer-content a:hover {
  color: #cccccc;
}
.footer-content .btn-info:hover {
  color: #f5f5f5;
}
.footer-content p {
  color: #FFF;
  font-size: 10px;
}
.footer-content ul {
  list-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.footer-content ul li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  padding: 0 0 0px 0;
  margin: 0 0 3px 0;
  line-height: 1.8em;
}
.footer-content ul li.createdby {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  padding: 0 0 3px 0;
  margin: 0 0 3px 0;
  line-height: 1.5em;
}
.footer-content ul li span.author {
  font-weight: bold;
}
.footer-content ul li span.affiliation {
  font-style: italic;
}
.footer-content ul li div.affiliation {
  font-style: italic;
  line-height: 1.2em;
  padding-bottom: 19px;
}
.footer-content ul li.last {
  border-bottom: 0px;
}
.footer-content .footer-email {
  font-size: 12px;
  margin-top: 10px;
}
.footer-content .mhhe-logo img {
  margin: 0 0 10px 10px;
}

.bsi_weclome {
  font-size: 22px;
  color: #fff;
}

.container {
  width: 100%;
}

@media (max-width: 767px) {
  .header .logo {
    width: 88%;
  }
  .subheader-nav ul.nav li {
    width: 20%;
    float: left;
  }
  .subheader-nav .nav-pills>li+li {
    padding: none;
  }

}
@media (max-width: 848px) {
  .header .logo .logo-title {
    font-size: 30px;
  }
  .header .logo .logo-subtitle {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .header .logo {
    width: 50%;
  }
  .header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1142px;
  }
}

